Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app-dependency): change ngmin to ng-annotate, ngmin is deprecated #373

Closed

Conversation

kingcody
Copy link
Member

fix(app-dependency): change ngmin to ng-annotate

ngmin is now deprecated, the author has suggested ng-annotate as a replacement

Changes:

  • switch dev-dependency from grunt-ngmin to grunt-ng-annotate
  • use ngAnnotate config instead of ngmin

closes #372

ngmin is now deprecated, the author has suggested ng-annotate as a replacement

Changes:
- switch dev-dependency from grunt-ngmin to grunt-ng-annotate
- use ngAnnotate config instead of ngmin

closes angular-fullstack#372
@JaKXz JaKXz mentioned this pull request Jul 19, 2014
ngmin is now deprecated, the author has suggested ng-annotate as a replacement

Changes:
- switch dev-dependency from grunt-ngmin to grunt-ng-annotate
- use ngAnnotate config instead of ngmin

closes angular-fullstack#372
…erator-angular-fullstack into feature/ngmin-to-ngAnnotate
@kingcody kingcody closed this Jul 19, 2014
@kingcody kingcody deleted the feature/ngmin-to-ngAnnotate branch July 19, 2014 23:54
@kingcody
Copy link
Member Author

Sorry, apparently i don't know how to squash remote commits without a force push. I'll just make a new PR

@DaftMonk
Copy link
Member

Force pushing to a feature branch is usually fine to do, but that works as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(app-dependency): change ngmin to ng-annotate, ngmin is deprecated
3 participants